home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDELBR
/
CMANDELP.H
< prev
next >
Wrap
Text File
|
1992-05-31
|
587b
|
24 lines
/****
* CMandelPane.h
*
* Pane class for a typical application.
*
****/
#define _H_CMandelPane /* Include this file only once */
#include "CPixMapPane.h"
class CMandelMap;
struct CMandelPane : CPixMapPane {
/** Contruction/Destruction **/
void IMandelPane(CView *anEnclosure, CBureaucrat *aSupervisor,
short aWidth, short aHeight,
short aHEncl, short aVEncl,
SizingOption aHSizing, SizingOption aVSizing,
CMandelMap *);
void DoClick(Point hitPt, short modifierKeys, long when);
void AdjustCursor(Point where, RgnHandle mouseRgn);
};